Conversation
lib/audit.py: - .audit.jsonl에 매 Hook 실행마다 기록 - SHA-256 checksum으로 소스 코드 변조 감지 - read_audit_log() / verify_checksum() API core.py: - 파이프라인에 audit_log() 통합 (비핵심 — 실패해도 진행) cli.py: - audit 서브커맨드 (--days, --verify, -n) SECURITY.md: - 도구가 하는 일 / 하지 않는 일 명시 - 보안 기능 목록 - 취약점 리포트 가이드 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
tests/ (40 tests, 0.16s): - test_parser.py (9): transcript 파싱, 도구 추출, 노이즈 필터링 - test_categorizer.py (8): 한/영 키워드, 파일 확장자, 커스텀 규칙 - test_secret_scanner.py (11): 패스워드, API키, GitHub PAT, AWS, Bearer - test_config.py (5): 기본값, 환경변수, config.json 우선순위, XDG 경로 - test_audit.py (6): 로그 생성, 조회, checksum 검증 .github/workflows/: - ci.yml: Python 3.7/3.9/3.11/3.12 × ubuntu/macos/windows - release.yml: tag push → PyPI 자동 배포 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- LICENSE: MIT - CONTRIBUTING.md: 한/영 기여 가이드 (exporter 기여 방법, 규칙) - CHANGELOG.md: v1.0.0 ~ v3.0.0 전체 변경 이력 - .github/ISSUE_TEMPLATE/bug_report.md - .github/ISSUE_TEMPLATE/feature_request.md - .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code